home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5478 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  923 b 

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Fastest datatype?
  5. Date: 15 Mar 1996 10:41:50 GMT
  6. Organization: Teleport - Portland's Public Access (503) 220-1016
  7. Message-ID: <4ibhhe$d7q@nadine.teleport.com>
  8. References: <83.6643T702T1298@academy.bastad.se>
  9. NNTP-Posting-Host: kelly.teleport.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Sten Jansson (sten@academy.bastad.se) wrote:
  13. : I've heard that float is faster than integer. Is that true? I've got
  14. : no FPU.
  15.  
  16.  In general float provide better 'quality' but rarely a speed improvment.
  17.  If the code is not optimized for integer fixpoint operation then its
  18.  better to use the math copro version of the datatype VS using the 
  19.  'integer' FP style version that actually use the math*.library
  20.  
  21.  If you have no FPU you shouldn't think to much about it since you 'cant'
  22.  run 6888x datatypes :)
  23.  
  24.  Stephan
  25.  
  26.